home *** CD-ROM | disk | FTP | other *** search
/ The Pacifier Press Kit / The Pacifier Press Kit.iso / pc / Program.dxr / Internal_57_VideoTF.ls < prev    next >
Encoding:
Text File  |  2005-02-15  |  227 b   |  20 lines

  1. global VideoTyper
  2.  
  3. on mouseDown
  4.   cursor(0)
  5.   sound(3).play(member("Click"))
  6.   if VideoTyper = 1 then
  7.     go("VidRetn")
  8.   else
  9.     go("VidGo")
  10.   end if
  11. end
  12.  
  13. on mouseWithin me
  14.   cursor(280)
  15. end
  16.  
  17. on mouseLeave me
  18.   cursor(0)
  19. end
  20.